type runtime.mlink

5 uses

	runtime (current package)
		mfixalloc.go#L31: 	list   *mlink
		mfixalloc.go#L47: type mlink struct {
		mfixalloc.go#L48: 	next *mlink
		mfixalloc.go#L57: 	if min := unsafe.Sizeof(mlink{}); size < min {
		mfixalloc.go#L105: 	v := (*mlink)(p)